home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.19950329-19950528
/
000032_news@columbia.edu_Sun Apr 2 20:44:36 1995.msg
< prev
next >
Wrap
Internet Message Format
|
1995-07-31
|
2KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01767
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 2 Apr 1995 16:44:41 -0400
Received: by apakabar.cc.columbia.edu id AA13879
(5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 2 Apr 1995 16:44:40 -0400
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: MS KERMIT as host? with password?
Date: 2 Apr 1995 20:44:36 GMT
Organization: Columbia University
Lines: 33
Message-Id: <3ln2bk$dhj@apakabar.cc.columbia.edu>
References: <3lhkc9$m8h@vatican.passport.ca>
Nntp-Posting-Host: watsun.cc.columbia.edu
Apparently-To: kermit.misc@watsun.cc.columbia.edu
In article <3lhkc9$m8h@vatican.passport.ca>,
Peter Renzland <peter@passport.ca> wrote:
>O.K. I have both editions of Using MS DOS Kermit.
>set server login USERNAME PASSWORD
>server
>
>should work, right?
>
Yes, and it does.
>but when i call from a Unix host i don't get any indication that
>a username and pasword is required. i just can't get anywhere.
>
Using the current versions of MS-DOS Kermit -- 3.14 -- and
UNIX C-Kermit -- 5A(190) -- everything works as advertised, and
I'm pretty sure this is also true of earlier versions. Tell
MS-DOS Kermit to:
set server login USERNAME PASSWORD
server
(as you did) and then if you send any commands to it from the UNIX
C-Kermit client without logging in first, it sends back a message
saying "REMOTE LOGIN is required". Then if you tell the C-Kermit
client to:
remote login USERNAME PASSWORD
MS-DOS Kermit sends back a message saying "Kermit-MS Server ready",
and then accepts REMOTE, SEND, GET, FINISH, etc, commands if they have
not been DISABLE'd.
- Frank